home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the 3D Game Programming Gurus / gurus.iso / DirectX / dx9sdkcp.exe / SDK (C++) / Bin / DXUtils / Visual Studio 6.0 Wizards / DMToolWizard.awx / TEMPLATE / NEWPROJ.INF < prev    next >
Encoding:
Text File  |  2002-12-11  |  1.6 KB  |  47 lines

  1. $$// newproj.inf = template for list of template files
  2. $$//  format is 'sourceResName' \t 'destFileName'
  3. $$//    The source res name may be preceded by any combination of '=', '-',  '!', '?', ':', '#', and/or '*'
  4. $$//       '=' => the resource is binary
  5. $$//       '-' => the file should not be added to the project (all files are added to the project by default)
  6. $$//       '!' => the file should be marked exclude from build
  7. $$//       '?' => the file should be treated as a help file
  8. $$//       ':' => the file should be treated as a resource
  9. $$//       '#' => the file should be treated as a template (implies '!')
  10. $$//       '*' => bypass the custom AppWizard's resources when loading
  11. $$//    if name starts with / => create new subdir
  12. STDAFX.H    .\StdAfx.h
  13. STDAFX.CPP    .\StdAfx.cpp
  14. RESOURCE.H    .\resource.h
  15. :TOOLTEMPLATE.rc    .\$$DLL_NAME$$.rc
  16.  
  17. TOOLTEMPLATE.DEF    .\$$DLL_NAME$$.def
  18. DLL.CPP    .\dll.cpp
  19. CLASSNAME.H    .\$$CLASS_NAME$$.h
  20. CLASSNAME.CPP    .\$$CLASS_NAME$$.cpp
  21. CLASSNAME.RGS    .\$$CLASS_NAME$$.rgs
  22. TOOLINTERFACE.H    .\$$DLL_NAME$$.h
  23.  
  24. $$IF(SUPPORT_DM_IMEDPARAM)
  25. ALIST.H    .\alist.h
  26. ALIST.CPP    .\alist.cpp
  27. CONTROLHELP.H    .\ControlHelp.h
  28. CONTROLHELP.CPP    .\ControlHelp.cpp
  29. PARAM.H    .\param.h
  30. PARAM.CPP    .\param.cpp
  31. -VALIDATE.H    .\validate.h
  32. $$ENDIF
  33.  
  34. $$IF(SUPPORT_DM_DMP)
  35. ALIST.H    .\alist.h
  36. ALIST.CPP    .\alist.cpp
  37. CONTROLHELP.H    .\ControlHelp.h
  38. CONTROLHELP.CPP    .\ControlHelp.cpp
  39. PARAM.H    .\param.h
  40. PARAM.CPP    .\param.cpp
  41. -VALIDATE.H    .\validate.h
  42. CLASSNAMEPROP.H    .\$$CLASS_NAME$$PROP.h
  43. CLASSNAMEPROP.CPP    .\$$CLASS_NAME$$Prop.cpp
  44. CLASSNAMEPROP.RGS    .\$$CLASS_NAME$$Prop.rgs
  45. $$ENDIF
  46.  
  47.